home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
4-Demos
/
Third Party Demos
/
Networking
/
Simware-Mac3270
/
Simware-Mac3270
/
card_20577.txt
< prev
next >
Wrap
Text File
|
1990-04-09
|
1KB
|
68 lines
-- card: 20577 from stack: in
-- bmap block id: 20887
-- flags: 0000
-- background id: 2748
-- name: ScreenShow
----- HyperTalk script -----
on openCard
global currentTicks, flag
put 0 into flag
put ticks() into currentTicks
add 200 to currentTicks
end openCard
on idle
global currentTicks, flag
if flag = 0 then
if currentTicks < ticks() then
show card button "advance"
put 1 into flag
end if
end if
end idle
-- part 3 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=26 top=226 right=313 bottom=205
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 33
-- text size: 12
-- style flags: 16384
-- line height: 16
-- part name:
-- part 5 (button)
-- low flags: 80
-- high flags: 0003
-- rect: left=34 top=94 right=144 bottom=84
-- title width / last selected line: 0
-- icon id / first selected line: 27056 / 27056
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: advance
----- HyperTalk script -----
on mouseUp
visual dissolve
hide card button "advance"
go to card "Navigator"
end mouseUp
-- part contents for card part 3
----- text -----
A sample 3278 screen with Function Key Bar below already mapped